/*footer-quicklinks custom-html-container*/
.sub-heading,
.more-link-alt {
font-size: 0.85em;
}
.footer-quicklinks-list a:hover {
text-decoration: underline;
}

/*footer-about custom-html-container*/
.footer-aboutcontainer  p {
    line-height: 1.8em;
}

/*footer home-free-html*/
.homepage-footer-freehtmlcontainer span {
    height: 430px;
}
.homepage-footer-customtext {
    z-index: 1;
    padding: 0 60px;
    position: absolute;
    right: 0;
    left: 0;
}

.homepage-footer-customtext h2{
    text-transform: uppercase;
}

@media all and (max-width: 45em) {
    .homepage-footer-customtext {
        padding: 0 25px;
    }
}

.link-customtext:hover {
    text-decoration: underline;
}

.more-link-alt:hover  .more-link-alt__text {
    color: #324b72;
    text-decoration: underline;
}

.homepage-footer-overlay {
	width: 100%;
	height: 100%;
	top: 0; 
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}